-
-
Notifications
You must be signed in to change notification settings - Fork 262
Use xcode 26.2 across projects (#11900) #11901
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
WalkthroughCI/CD workflow configurations updated across multiple repository locations to standardize Xcode version from 26.1 to 26.2. Artifact naming in the admin sample workflow changed from AdminPanelWeb to AdminPanel. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes
Poem
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 1
📜 Review details
Configuration used: Repository UI
Review profile: CHILL
Plan: Pro
Knowledge base: Disabled due to Reviews -> Disable Knowledge Base setting
📒 Files selected for processing (4)
.github/workflows/admin-sample.cd.yml(2 hunks).github/workflows/blazorui.demo.cd.yml(1 hunks).github/workflows/todo-sample.cd.yml(1 hunks)src/Templates/Boilerplate/Bit.Boilerplate/.github/workflows/cd-template.yml(1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (18)
- GitHub Check: build blazor hybrid (iOS-macOS)
- GitHub Check: build blazor wasm standalone (small)
- GitHub Check: build api
- GitHub Check: build blazor hybrid (windows)
- GitHub Check: build blazor wasm standalone (Offline database)
- GitHub Check: build blazor hybrid (android)
- GitHub Check: build blazor web
- GitHub Check: build blazor wasm standalone (AOT)
- GitHub Check: build blazor hybrid (windows)
- GitHub Check: build api + blazor web
- GitHub Check: build blazor hybrid (iOS-macOS)
- GitHub Check: build blazor hybrid (android)
- GitHub Check: build blazor wasm standalone
- GitHub Check: build blazor hybrid (windows)
- GitHub Check: build blazor hybrid (iOS-macOS)
- GitHub Check: build api + blazor web
- GitHub Check: build blazor hybrid (android)
- GitHub Check: build Bit.Templates
🔇 Additional comments (4)
src/Templates/Boilerplate/Bit.Boilerplate/.github/workflows/cd-template.yml (1)
222-222: LGTM!Xcode version update is consistent with other workflow files.
.github/workflows/blazorui.demo.cd.yml (1)
167-167: LGTM!Xcode version update is consistent with other workflow files.
.github/workflows/admin-sample.cd.yml (2)
296-296: LGTM!Xcode version update is consistent with other workflow files.
87-87: No downstream dependencies reference the old artifact name.Verification confirms the artifact name change from
AdminPanelWebtoAdminPanelis safe. A comprehensive search of the repository found no references to the old artifact name, and the newAdminPanelname is properly configured and in use throughout the workflow.
closes #11900
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.